Skip to content

Conversation

@tailorsmit
Copy link
Contributor

mypost API to list all post of Loggedin User.

mypost API to list all post of Loggedin User.
@Repository
public interface PostRepository extends JpaRepository<Post,Integer> {

List<Post> findPostByUser(User u);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change u to user

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay

issues resolved or PR.
all post will be visible on Post navigation.
added Dto/PostDto
added getter setter for id in PostDto
added vuetify support.
…into smit/post

� Conflicts:
�	vue-social/package-lock.json
�	vue-social/src/components/NavBar.vue
�	vue-social/src/router/index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants